Namespace - LJCDBClientLib
Parameters
dataConfigName - The data configuration name.
tableName - The table name.
Returns
The result with the column names.
Syntax
C# |
public DbResult GetSchemaOnly(String dataConfigName = null, String tableName = null)
|
Retrieves the column names for the specified table.
Remarks
Creates a "SchemaOnly"
DbRequest
object, which is available in the Request property. The request object is
passed to the
ExecuteRequest()
method.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.